@charset "utf-8";
/* CSS Document */

/* css reset */

    /* 清除内外边距 */
    body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
    dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
    pre, /* text formatting elements 文本格式元素 */
    fieldset, legend, button, input, textarea, /* form elements 表单元素 */
    th, td { /* table elements 表格元素 */
        margin: 0;
        padding: 0;
		border: 0px;
    }
    
    /* 设置默认字体 */
    body,
    button, input, select, textarea {
	font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color:#333;
	/* [disabled]outline:none; */
    }
	button, input, select, textarea{ outline:none;}
    html {line-height: 1; }
    address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */
    
    h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
    h2 { font-size: 16px; }
    h3 { font-size: 14px; }
    h4, h5, h6 { font-size: 100%; }
    
    /* 重置列表元素 */
    ul, ol, li { list-style: none; }
    
    /* 重置文本格式元素 */
    a { text-decoration: none;color:#333; cursor:pointer;}
    a:hover { text-decoration:none; color:#0089c9; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
	
	/* 重置图片元素 */	
    img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;}
	
.container{width:1200px; margin:0 auto;}
.container_header{width:1200px; margin:0 auto;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}
	 
/*head*/
.header{width:100%;  height:100%; box-sizing:border-box; }
.header .logo{display:inline-block; float:left; width:730px; height:128px; margin-top:84px;margin-left:54px; background-image:url(logo.png); }
.rel{position:relative;}
.header-jf{position:absolute; top:8px; right:0;}
.header-rss{position:absolute; top:29px; right:0;}
.header-tag{position:absolute; top:50px; right:0;}
.header-jf .jf-btn, .header-rss .rss-btn, .header-tag .tag-btn{width:36px; height:16px; line-height:16px; display:inline-block; background-color:#24a5ff; border:1px solid #24a5ff; font-size:12px; color:#fff; text-align:center; border-top-left-radius:9px; -moz-border-top-left-radius:9px; -o-border-top-left-radius:9px; -webkit-border-top-left-radius:9px; border-bottom-left-radius:9px; -moz-border-bottom-left-radius:9px; -o-border-bottom-left-radius:9px; -webkit-border-bottom-left-radius:9px;}
.header-rss .rss-btn{background-color:#ff9000; border:1px solid #ff9000;}
.header-tag .tag-btn{background-color:#a500b9; border:1px solid #a500b9;}
.header-jf .jf-btn:hover{background-color:#fff; color:#24a5ff;}
.header-rss .rss-btn:hover{background-color:#fff; color:#ff9000;}
.header-tag .tag-btn:hover{background-color:#fff; color:#a500b9;}
.topnav{margin-right:0px; margin-top:15px; float:right;color:#0d4d99;}
.topnav a:link{color: #0d4d99;}
.topnav a:hover{color: #ff0000;}
.topnav a:visited{color: #fff;}
/*nav*/
.nav{float:left; margin-left:0px; height:43px;margin-top:300px;background-image:url(bg_menu.png);width:100%;text-align:left;}
.nav > .menu li{float:left; line-height:32px; margin-right:50px;}
.nav > .menu li a{font-size:18px; cursor:pointer; color:#fff; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav > .menu li a:hover{color:#0089c9; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav > .menu li.on a{color:#0089c9;}
.nav > .menu li.more{ position:relative; margin-right:50px;}
.nav > .menu li.more:before{content:''; position:absolute; right:-20px; top:13px; display:inline-block; width:12px; height:7px; background-image:url(tubiao.png); background-repeat:no-repeat; background-position:-10px -69px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav > .menu li.more:hover:before{background-position:-10px -86px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav > .menu li > .menu-child{display:none; background: #fff; filter:alpha(opacity=90); background:rgba(255,255,255,0.9); position:absolute; width:120px; z-index:9999; left:-20px;}
.nav > .menu li > .menu-child li{float:none; margin-right:0; line-height:40px; text-indent:20px;}
.nav > .menu li.more:hover > .menu-child{ display:block;}

/*search*/
.section_1{
    height: 42px;
    background:#daf1f9;
    line-height: 42px;
	overflow: hidden;
    /*
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    */
} 
.header-l{float:left; width:900px;text-indent: 46px;}
.header-r{float:right; padding-top:6px;padding-bottom:6px;padding-right:20px;} 
.header-r .search{width:242px; height:30px; box-sizing:border-box; border:1px solid #c2c2c2; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; float:left;} 
.header-r .search .searchCon{width:206px;height:30px;float:left; background:none; line-height:30px; text-indent:5px; outline:none; font-size:12px;}
.header-r .search .searchMenu{float:left; width:34px; height:30px; background:url(tubiao.png) -102px -40px no-repeat; outline:none; cursor:pointer;}

.header-r .login{float:left; line-height:30px; margin-left:20px; color:#979797; font-size:12px;}
.header-r .login a{color:#444; font-size:16px;}
.header-r .login a:hover{text-decoration:underline;}


/*新闻样式开始*/

/*main*/
.main{padding:32px 0 50px; border-bottom:5px solid #0089c9; position:relative;}
.section_2{height:369px;margin-top:2px;border:1px solid #ccc;}
.sec_21{
	float:left;width:588px;
	margin-top:8px;
}

.sec_22{
	float:right;width:600px;height:100%;margin-top: 0px;
}
.sec_22 .tzgg{
	margin-right:15px;width:580px;height:40px;background:#fff url(bg_header_tzgg_.png) no-repeat center top;
}
.tzgg_title{
	float:left;margin-left:30px;padding-top:10px;color:#2e6792;font-weight:bold;font-size:16px;
}
.tzgg_more{
	float:right;padding-top:10px;
}
.tzgg_list{
	margin-top: -1;
	border-top: 0;
	background: #FFF;
	line-height: 29px;
	padding: 0px 15px;
	margin-right:10px;
}
.tzgg_content li {
	border-bottom: 1px dashed #73B4EC;
}
.tzgg_content li span {
	float: right;
	padding-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 25px;
}
.section_3{width:1200px;height:826px;border-left:1px solid #ccc;border-right:1px solid #ccc;margin-top:10px;border-bottom:1px solid #ccc;}
.sec_31{width:270px;float:left;}
.sec31_title{
	width:270px;height:34px;background:#fff url(bg_column.png) no-repeat center top;
	float:left;color:#fff;padding-top:9px;font-size:16px;
}

.sec31_content{margin-bottom:5px;width:270px;float:left;}
.sec31_content_list{margin-left:17px;margin-top:5px;float:left;width:234px;height:45px;border:1px solid #c2ebfd;font-size:18px;color:#333;}
/*liulei-gai*/
.sec31_content_list_{margin-left:17px;margin-top:5px; padding-top: 5px;
    padding-bottom: 10px; float:left;width:234px;height:auto;border:1px solid #c2ebfd;font-size:20px;color:#333;}
.sec31_content_list_ .ico{float: left; padding-left: 12px;padding-right: 11px; padding-top: 8px; vertical-align:middle;}
.sec31_content_list_ .txt{float:left;width:150px;padding:8px 0 0 0;}
a:hover .justify {color: #b32317;}

div.justify { text-align: justify; text-justify:inter-ideograph; width:196px; font-size:18px; color:#000000; border:0px solid blue; height:22px;font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";}
div.justify > span { display: inline-block /* Opera */; padding-left: 100%; }

.sec_32{width:658px;float:left;}
.sec32_gzdt{
	width:658px;
	float:left;
	border:1px solid #ccc;
}
.sec32_title{
	width:640px;height:34px;background:#fff url(bg_mid_column.png) no-repeat center top;
	float:left;padding-top:5px;color:#2e6792;font-weight:bold;font-size:16px;margin-bottom:5px;
}
.sec32_content{
	margin-top: -1;
	border-top: 0;
	line-height: 32px;
	padding: 0px 20px;
	margin-bottom:18px;
	
}
.sec_33{width:270px;float:right;}
.sec33_content_qkzz{float:left;padding-left:8px;margin-top:8px;}
.sec33_content_xxfw{width:260px; float:left;padding-left:8px;padding-top:8px;padding-bottom:8px;}


.section_4{height:288px;border-left:1px solid #ccc;border-right:1px solid #ccc;}
.sec41_title{
	width:1158px;height:37px;background:#fff url(bg_ztlm.png) no-repeat center top;
	float:left;padding-top:9px;padding-left:40px;color:#fff;font-weight:bold;font-size:16px;
	margin-top:-5px;
}
.sec41_content{
	float:left;
	margin-top: -1;
	border-top: 0;
	line-height: 32px;
	padding-left: 38px;
	margin-bottom:18px;
	
}
.sec41_content_list{
	float:left;
	padding:20px 20px;
	position:relative; 
}
.sec41_content_font {
	width:336px; 
	height:45px; 
	line-height:32px;
	position:absolute; 
	top:30px; 
	left:50%; 
	margin-left:-24px; 
	margin-top:-6px;
	font-size:16px;
	color:#fff;
}

.ifocus_tx1 .normal {
	display: none;
}

.tssjList .tssjItem{float:left; width:336px; padding:15px; height:184px; overflow:hidden; margin-left:55px; position:relative;}
.biankuang{width: 3px;height: 3px;position: absolute;z-index: 99;border-radius:10px;}
.biankuang_1{height: 3px;top: -0px;left:0px;border-left: 3px solid #ccc;}
.biankuang_2 {width: 0px;bottom:-3px;left: 0px;border-top: 3px solid #ccc;}
.biankuang_3{height: 0px;bottom:0px;right:0px;border-right: 3px solid #ccc;}
.biankuang_4{width:0px;top:-3px;right:0px;border-bottom: 3px solid #ccc;}

.section_5{height:165px;background-color:#eee;}
.frient_link{
	height: 40px; 
	float:left;
	padding-left:40px;
	font-size:16px;
	color:#000;
}
.frient_link .select_list{width:1000px;float: right; margin-top: 13px; margin-right: 35px;}
/*footer*/
.footer{width:100%;height:378px;background: url(bg_footer.png) top center no-repeat #daf1f9; }
.footer .footer-link{line-height:54px; border-bottom:1px solid #3a3a3a; text-align:center;}
.footer .footer-link a{margin-left:66px; color:#fff; font-size:14px;}
.footer .footer-link a:hover{ text-decoration:underline;}
.footer .copyright{line-height:24px; color:#aeaeae; font-size:12px; text-align:center; padding:15px 0; border-top:1px solid #5f5f5f;}

/*right-fixed*/
.right-fixed{width:50px;position:fixed; right:0px; bottom:150px;}
.right-fixed li{float:left;width:50px; height:50px; background-color:#cacaca; margin-bottom:1px; cursor:pointer; position:relative;}
.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo{background-image:url(tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover{background-image:url(tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .back-top{background-image:url(tubiao.png); background-repeat:no-repeat;}
.right-fixed .back-top:hover{background-image:url(tubiao.png); background-repeat:no-repeat;}
.right-fixed .app{background-position:-10px -170px;}
.right-fixed .weixin{background-position:-65px -170px;}
.right-fixed .wap{background-position:-120px -170px;}
.right-fixed .back-top{display:none; background-position:-175px -170px;}
.right-fixed .app:hover{background-position:-10px -114px;}
.right-fixed .weixin:hover{background-position:-65px -114px;}
.right-fixed .wap:hover{background-position:-120px -114px;}
.right-fixed .back-top:hover{background-position:-175px -114px;}
.app-logo, .weixin-logo, .wap-logo{width:162px; display:none; position:absolute; bottom:0; left:-162px; border:1px solid #ccc; box-sizing:border-box;}
.app-logo{height:180px; background-position:-180px -229px;}
.weixin-logo{height:200px; background-position:-10px -229px;}
.right-fixed .app:hover .app-logo{display:block;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
.right-fixed .wap:hover .wap-logo{display:block;}

/*新闻样式结束*/
.clear{
clear:both; height:0px; overflow:hidden;
}
/*首页*/
.home-header{border:none; box-shadow:0 2px 2px rgba(10,2,4,0.1);}
.home-main, .home-main a{font-family:"宋体"; font-size:14px; color:#1b4a7f;}
.home-main{padding:20px 0 30px;}
.home-main a:hover{color:#0089c9;}
.top-ad{width:100%; background-color:#f7f7f7;}
.top-ad-pic{width:100%; display:inline-block; position:relative;}
.top-ad-pic img{width:100%;}
.top-ad-pic i{color:#fff; font-size:12px; position:absolute; bottom:0; left:0; width:36px; height:20px; display:inline-block; line-height:20px; text-align:center; background:#000000; background:-moz-linear-gradient(top, #9c9d9d 0%, #606061 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9d9d), color-stop(100%,#606061)); background:-webkit-linear-gradient(top, #9c9d9d 0%,#606061 100%); background:-o-linear-gradient(top, #9c9d9d 0%,#606061 100%); background:-ms-linear-gradient(top, #9c9d9d 0%,#606061 100%); background:linear-gradient(to bottom, #9c9d9d 0%,#606061 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9d9d', endColorstr='#606061',GradientType=0 );}
:root .gradient{filter:none;}
.top-ad .home-tag{line-height:44px; height:44px;}
.top-ad .home-tag a{color:#566478; font-size:12px; margin-left:37px;}
.top-ad .home-tag a:first-child{margin-left:0;}
.top-ad .home-tag a:hover{text-decoration:underline;}

.home-top{margin-top:18px; width:100%;}
.home-top .left-two{padding:18px 14px 10px 14px; border:1px solid #eaeaea; width:260px;}
.left-two .rmht{border-bottom:1px solid #eaeaea; padding-bottom:5px;}
.left-two .rmht .left-nav{color:#1b1b1b;}
.left-two .rmht .left-nav span{display:inline-block; position:relative;}
.left-two .rmht .left-nav span:before{width:12px; height:12px; display:inline-block; content:""; position:absolute; right:-18px; bottom:0; background:url(rmht-pic.png);}
.rmht .rmht-list .first{margin:10px 0 8px;}
.rmht .rmht-list .title{color:#1b4a7f; font-size:13px; display:block; width:100%; line-height:30px; overflow:hidden;white-space:nowrap;}
.rmht .rmht-list .title:hover{color:#0089c9;}
.rmht .first-des{}
.rmht .first-des a{display:inline-block; float:left;}
.rmht .first-des img{width:80px; height:48px; margin-right:10px;}
.rmht .first-des span{color:#777777; font-size:12px; line-height:18px;}

.jcpl{margin-top:15px;}
.left-two .jcpl .left-nav{color:#1b1b1b;}
.left-two .jcpl .left-nav span{display:inline-block; position:relative;}
.left-two .jcpl .left-nav span:before{width:12px; height:12px; display:inline-block; content:""; position:absolute; right:-18px; bottom:0; background:url(jcpl-pic.png);}
.jcpl-list .item{padding:12px 0 9px; border-top:1px dotted #e3e3e3;}
.jcpl-list .item:first-child{border-top:none;}
.jcpl-list a{color:#1b4a7f; font-size:13px; line-height:18px; display:inline-block; width:100%; height:36px; overflow:hidden;}
.jcpl-list a:hover{color:#0089c9;}
.jcpl-list span{color:#989898; font-size:12px; display:inline-block; width:100%; overflow:hidden; margin-top:5px; height:12px;}

.rdjj{margin-left:30px; width:426px;}
.nav-link{height:30px; line-height:30px; border-bottom:2px solid #1b4b80; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; width:100%;}
.nav-link a{color:#1a1a1a; height:30px; line-height:30px; border-bottom:2px solid #0089c9; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; display:inline-block; position:relative;}
.nav-link a:before{content:""; width:1px; height:2px; background-color:#fff; position:absolute; bottom:-2px; right:-1px;}

.rdjj-top-news{font-size:16px; font-weight:bold; margin:20px 0 10px;}
.rdjj-top-news a{font-size:16px; font-weight:bold;}

.rdjj-list li{line-height:30px; padding-left:11px; position:relative;}
.rdjj-list li:before{width:3px; height:3px; display:inline-block; position:absolute; content:""; left:0; top:13px; background-color:#c0c0c0;}
.rdjj-list li .bold{font-weight:bold;}

.home-ad02{width:100%; height:96px; margin:20px 0;}

.home-ch{width:100%;}
.home-ch-left{width:290px;}

.jczt .jczt-nav{width:100%; color:#1a1a1a; font-size:14px; border-bottom:2px solid #e7e7e7; box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; height:30px; line-height:30px; position:relative;}
.jczt .jczt-nav .change{right:0; bottom:5px; position:absolute; color:#999999; font-size:12px; line-height:14px;}
.jczt .jczt-nav .change:hover i{-webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -o-transform: rotateZ(180deg);
-ms-transform: rotateZ(180deg); transform: rotateZ(180deg);}
.jczt .jczt-nav .change i{width:14px; height:14px; display:block; background:url(change.png) no-repeat;-webkit-transition: -webkit-transform .5s ease-out; -moz-transition: -moz-transform .5s ease-out; -o-transition: -o-transform .5s ease-out; -ms-transition: -ms-transform .5s ease-out; float:left; margin-right:5px;}
.jczt-list{padding-top:7px;}
.jczt-list a{width:100%; display:inline-block; margin-top:8px;}
.jczt-list img{width:100%;}

.zxly{padding:18px 14px 10px 14px; border:1px solid #eaeaea; width:260px; margin-top:18px;}
.zxly .left-nav{color:#1b1b1b;}
.zxly .left-nav span{display:inline-block; position:relative;}
.zxly .left-nav span:before{width:12px; height:12px; display:inline-block; content:""; position:absolute; right:-18px; bottom:0; background:url(zxly-pic.png);}
.zxly .jcpl-list .item{padding:10px 0 6px;}
.zxly .message{margin:12px 0 2px; text-align:center;}
.zxly .message img{width:260px; height:48px;}

.job-list{margin-top:10px;}
.job-list a{font-family:"宋体";}
.job-list span{color:#ef6738;}

.doc-list li{padding-left:22px;}
.doc-list li:before{width:16px; height:16px; display:inline-block; content:""; position:absolute; left:0; top:7px; background-color:#fff;}
.doc-list li.doc:before{ background:url(word.gif) no-repeat;}
.doc-list li.ppt:before{ background:url(PPT.gif) no-repeat;}
.doc-list li.pdf:before{ background:url(PDF.gif) no-repeat;}

.dl-list{height:300px; width:100%; margin-top:4px;}
.dl-list .item{float:left; width:33.3333333%; padding:16px 0 10px;}
.dl-list .item .dl-pic{width:50px; height:50px; float:left; margin:0 5px;}
.dl-list .item .dl-pic img{width:100%; height:100%;}
.dl-list .item .dl-txt{color:#282828; font-size:13px; line-height:26px; font-family:"宋体";}
.dl-list .item .dl-txt:hover{color:#0089c9;}
.dl-list .item .dl-btn{display:inline-block;}

.job-list .wldc-top{padding-left:0; margin:15px 0 7px;}
.job-list .wldc-top:before{display:none;}
.job-list .wldc-top .wldc-top-pic{float:left; margin-right:14px;}
.wldc-top-txt a{font-weight:bold; line-height:30px;}
.wldc-top-txt p{color:#5f5f5f; font-size:12px; line-height:20px;}

.tssj{margin-left:0; width:100%; margin-top:16px;}
.tssj .nav-link{border-bottom:2px solid #e7e7e7;}

/*CSS代码片段*/

/* 定义一个走马灯动画 */

@-webkit-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-moz-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-ms-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@-o-keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
@keyframes marquee {
  0%{left:0}
  100%{left: -100%}
}

.marquee {
  height: 30px;
  
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  
  position: absolute;
  overflow: hidden;

  -webkit-animation: marquee 4s linear infinite;
  -moz-animation: marquee 4s linear infinite;
  -ms-animation: marquee 4s linear infinite;
  -o-animation: marquee 4s linear infinite;
  animation: marquee 4s linear infinite;
}
    	/*通知公告*/
.content .tongzhigonggao{
	width: 898px;
	border: 1px solid #DBDBDB;
	height: 42px;
	padding: 0;
	margin: 0;
  font-size:14px;
	line-height:26px; 
}
.content .tongzhigonggao .content-default-title .content-default-titleimg{
	height: 62px;
	width: 138px;
}
.content .tongzhigonggao .tongzhigonggao-info{
	width: 760px;
	overflow: hidden;
	height: 62px;
}
.content .tongzhigonggao .tongzhigonggao-info ul li,.content .tongzhigonggao .tongzhigonggao-info ul li a{
	line-height: 62px;
	color: #000;
	height: 62px;
	/*display: inline;
	_display:inline; */
	width:auto !important; 	
}
.content .tongzhigonggao .tongzhigonggao-info ul li{
	background: url(../img/20170620change-coninfo-libg2.jpg) no-repeat 0 0;
	padding-left: 14px;
	padding-right: 20px;
	float: left;
}
@-webkit-keyframes marqueeAnimation-5026550  { 100%  {margin-left:-1051px}}
@-webkit-keyframes marqueeAnimation-50265500  { 100%  {margin-left:-1051px}}
 	*{
	padding: 0;
	margin: 0;
}
a {
	text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
    	.row{
	width:1100px;
	margin: 0 auto;
}
.clearfix:after{
    content:"";
    display: block;
    clear: both;
    height: 0; 
    visibility: hidden;
}
.fl{
	float: left;
}
ul,li{
	list-style:none; 
	margin-top: 0px;
}

.top-slider{float:right; width:460px; height:270px; margin-right:25px;}
.home-banner{width:100%; height:100%; position:relative; overflow:hidden;}
.home-banner .bd{width:100%; height:100%;}

.home-banner .bd li{position:absolute;top:0;left:100%;width:100%;height:100%;}
.home-banner .bd a{width:100%; height:100%; display:block; position:relative;}
.home-banner .bd img{width:100%; height:100%;}

.home-banner .bd .banner-title{ position:absolute; left:0; bottom:0; width:100%; height:50px; background:-webkit-gradient(linear, 0 0, 0 bottom,
 
from(rgba(0,0,0,0)), to(rgba(0,0,0,1))); line-height:50px; text-align:center;}
.home-banner .bd .banner-title span{line-height:50px; color:#fff; font-weight:500; font-size:16px;}
.home-banner .hd{position:absolute; bottom:11px; right:15px; }
.home-banner .hd b{color:#53b8ff; display:none; font-size:16px;}
.home-banner .hd b.down{display:inline-block;}

.home-banner .hd span{color:#fff; font-size:14px;}

.home-banner .controler2 a{display:block; width:16px; position:absolute;top:120px; height:27px;}
.home-banner .controler2 a i{cursor:pointer;display:block;width:16px;height:27px; background:url(home-banner-btn.png)
no-repeat;}

.home-banner .controler2 .prev{left:10px;}

.home-banner .controler2 .prev

i{background-position:-60px 0;}

.home-banner .controler2 .prev:hover

i{background-position:0 0;}

.home-banner .controler2 .next{right:10px;}
 
.home-banner .controler2 .next

i{background-position:-88px 0;}

.home-banner	.controler2	.next:hover

i{background-position:-28px 0;}